h1, h2, h3, h4, h5 {
    font-family: Comic Sans MS, cursive;
    color: #6090C0;
    font-style: italic, bold;
                   }
h2 {
    font-size: 16pt; 
    margin-top: 4px;
    margin-bottom: 2px;
   }

h3 {
    font-size: 14pt;
    margin-top: 3px;
    margin-bottom: 1px;
    }
 
h4 {
    font-size: 12pt;
    margin-top: 2px;
    margin-bottom: 1px;
   }

p, ul, dl {
    margin-top: 2px;
    margin-bottom: 6px;
          }

p.narrow, 
h3.narrow, 
h4.narrow {
    margin-left: 1.5in;
    width:       4.5in;
          }

ul.narrow  {
    margin-left: 1.7in;
    width:       4.5in;
    list-style:  square;
           }
